Fix Bug#17295.
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 6 May 2014 08:42:53 +0000 (10:42 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 6 May 2014 08:42:53 +0000 (10:42 +0200)
commit7de91e4d81bc3a8c7d8c9d43c9752cb4231ddb37
treed35b22d041118c986aabe34045f5c0c5340fe8a6
parent0dcb92247bb922ea0930a7c5301e07a4e469f47b
Fix Bug#17295.
* net/tramp-sh.el (tramp-remote-process-environment): Remove
HISTFILE and HISTSIZE; it's too late to set them here.  Add
:version entry.
(tramp-open-shell): Do not let-bind `tramp-end-of-output'.  Add
"HISTSIZE=/dev/null" to the shell's env arguments.  Do not send
extra "PSx=..." commands.
(tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
lisp/ChangeLog
lisp/net/tramp-sh.el